home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 October: Mac OS SDK / Dev.CD Oct 96 SDK / Dev.CD Oct 96 SDK2.toast / Development Kits (Disc 2) / OpenDoc / OpenDoc Development / Build Support / BMSettings < prev    next >
Encoding:
Text File  |  1996-02-19  |  940 b   |  34 lines  |  [TEXT/MPS ]

  1. set PPCCppCompiler        MrCpp
  2. set PPCCppPreprocessor    MrCpp
  3. set PPCCCompiler        MrC
  4. set PPCCPreprocessor    MrC
  5. set 68kCppCompiler        SCpp
  6. set 68kCppPreprocessor    SCPre
  7. set 68kCCompiler        SC
  8. set 68kCPreprocessor    SCPre
  9.  
  10. set PPCCompilerOptions "-d _PLATFORM_MACINTOSH_=1    ∂
  11.                         -d _PLATFORM_BIG_ENDIAN_=1    ∂
  12.                         -opt off                    ∂
  13.                         -target powerpc                ∂
  14.                         -sym off                    ∂
  15.                         -align mac68k"
  16.                         
  17. set 68kCompilerOptions "-d _PLATFORM_MACINTOSH_=1    ∂
  18.                         -d _PLATFORM_BIG_ENDIAN_=1    ∂
  19.                         -align mac68k                ∂
  20.                         -mc68030                    ∂
  21.                         -model cfmflat                ∂
  22.                         -bigseg -onefrag            ∂
  23.                         -sym off                    ∂
  24.                         -opt off"
  25.  
  26. set ODCIncludes "    -i '{OpenDocDir}Interfaces:HandMade:'             ∂
  27.                     -i '{OpenDocDir}Interfaces:C:'                    ∂
  28.                     -i '{OpenDocDir}OpenDoc Utilities:Interfaces:'"
  29.                     
  30. set ODCppIncludes "    -i '{OpenDocDir}Interfaces:HandMade:'             ∂
  31.                     -i '{OpenDocDir}Interfaces:CPlusPlus:'            ∂
  32.                     -i '{OpenDocDir}OpenDoc Utilities:Interfaces:'"
  33.  
  34.